Xbasic

OBJECT.RESTORE Function

Syntax

.Restore()

Description

Restores the window.

The <OBJECT>.RESTORE() method applies to:

Alpha Anywhere (for <OBJECT> use the keyword "A5")
Control Panel (for <OBJECT> use the keyword "CONTROLPANEL")
Browses (for <OBJECT> use either the <BROWSE> pointer or the name of the browse)
Forms (for <OBJECT> use either the <FORM> pointer or the name of the form)

The <OBJECT>.RESTORE() method restores a minimized or maximized Alpha Anywhere program window to normal size.

Example

:customer.restore()

Limitations

Desktop applications only.

See Also